home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 6 / 87.TXT < prev    next >
Text File  |  1993-11-16  |  2KB  |  72 lines

  1. DOCUMENT:Q102687  04-NOV-1993  [W_NT]
  2. TITLE   :<?> at End of Response String Has Same Effect as <Ignore>
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. <?> and <ignore> are macros that can be used in response strings in
  19. MODEM.INF and PAD.INF, and potentially in SWITCH.INF.
  20.  
  21. The macro <?> means to match any single character, and <ignore> means
  22. to match any remaining characters in the line; that is, ignore the
  23. rest of the string from this point on.
  24.  
  25. When <?> occurs at the end of a line, however, it matches not just a
  26. single character, but any number of following characters, which
  27. achieves the same effect as <ignore>.
  28.  
  29. For example, "River's en<?>" matches the following:
  30.  
  31.    River's end
  32.    River's ent
  33.    River's end.
  34.    River's entire length of many miles.
  35.  
  36. CAUSE
  37. =====
  38.  
  39. There is a problem in the software that implements the macros.
  40.  
  41. WORKAROUND
  42. ==========
  43.  
  44. Even though these macros work similarly, it is a good idea to use them
  45. as they were intended to work so that when the problem is corrected,
  46. you will have the correct macros in place.
  47.  
  48. REFERENCES
  49. ==========
  50.  
  51. Windows NT Advanced Server Remote Access Service "Administrator's
  52. Guide," version 3.1, Appendix E
  53.  
  54. Additional reference words: 3.10
  55. KBCategory:
  56. KBSubCategory: ntrmt
  57.  
  58. =============================================================================
  59.  
  60. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  61. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  62. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  63. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  64. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  65. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  66. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  67. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  68. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  69. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  70. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  71.  
  72. Copyright Microsoft Corporation 1993.